.innumbers{
  background: #EFEFEF;
}
.innumbers *{
  font-family: 'Montserrat', sans-serif;
}
.innumbers__wrap{
  padding: 15vw 10vw 5vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.innumbers__bg{
  font-size: 260px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 2vw;
  left: 8vw;
  color: rgba(0,0,0,0.05);
  text-transform: uppercase;
}
.innumbers__item{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  gap: 0.6vw;
}
.innumbers__item span{
  font-size: 140px;
  font-weight: 500;
  color: #000;
}
.innumbers__item p{
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  padding-bottom: 2.1vw;
}
.second-screen{
  background: url(../img/quiz-bg.jpg) center center/cover no-repeat;
}

.textanswer{
  width: 100%;
}
.textanswer input{
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 18px 30px;
  color: #fff;
  background: #222;
  border: 2px solid #2a2a2a;
  border-radius: 4px;
}


.feeds{
  padding: 4vw 0;
  overflow: hidden;
}
.feeds * {
  font-family: 'Montserrat', sans-serif;
}
.feeds__wrap{
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.feeds__subtitle{
  font-size: 15px;
  margin-bottom: 15px;
}
.feeds__title{
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.feeds__slider{}
.feeds__slider .slick-slide{
  margin: 0 15px;
}
.feeds__slider .slick-list{
  margin: 0 -15px;
}
.feeds__slider .slick-prev,
.feeds__slider .slick-next{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #5bc200;
  text-indent: 9999px;
  position: absolute;
  top: -110px;
  z-index: 3;
}

.feeds__slider .slick-prev{
  right: 80px;
  background-color: none;
  background-image: url(../img/prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35% 35%;
}
.feeds__slider .slick-next{
  right: 0;
  background-color: #5bc200;
  background-image: url(../img/next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35% 35%;
}
.feeds__inside{
  display: flex;
  align-items: center;
  width: 100%;
  height: 24vw;
  background: #25282f;
}
.feeds__inside img{
  display: block;
  width: 100%;
}


@media (max-width: 767px){
  .test-slider__elem-min.half{
    width: 100%;
  }
  .test-slider__elem-min.full{
    width: 100%;
  }
  .customRadio_label{
    margin: 3.1vw 3.1vw 3.1vw;
  }
  .test-slider__content{
    gap: 0;
  }
  .customRadio_label-cirkle{
    margin-right: 1.7vw;
  }
  .test-slider__img{
    margin-bottom: 2vw;
  }
  .test-slider__img img{
    position: static;
    transform: none;
  }
  .test-slider__content{
    padding: 4vw 0;
  }

  .textanswer{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .inputs_form{
    width: 100%;
  }
  .main-input__inner{
    font-size: 16px;
  }
  .header-inner-logo-left{
    padding: 1vh 2.8vw 2vh;
    width: 15rem;
  }
  .header-inner-logo-right__text{
    font-size: 1.2rem;
  }
  .header-inner-logo-right{
    margin-left: 2.5vw;
  }
  .innumbers__wrap{
    flex-wrap: wrap;
    padding: 19vw 0vw 17vw 15vw;
    gap: 3vw 0;
  }
  .innumbers__item span{
    font-size: 90px;
  }
  .innumbers br{
    display: block;
  }

  .innumbers__item{
    gap: 2.6vw;
  }
  .innumbers__item p{
    font-size: 13px;
    padding-bottom: 22px;
  }
  .innumbers__bg{
    font-size: 80px;
    left: 5vw;

    top: 50vw;
    font-size: 100px;
    left: -43vw;
    transform: rotate(-90deg);
  }
  .feeds{
    padding: 15vw 0;
  }
  .feeds__slider{
    padding-bottom: 70px;
  }
  .feeds__subtitle, .feeds__title{
    text-align: center;
  }
  .feeds__subtitle{
    font-size: 3.6vw;
    margin-bottom: 10px;
  }
  .feeds__title{
    font-size: 9vw;
    margin-bottom: 30px;
  }
  .feeds__inside{
    height: 104vw;
  }
  .feeds__slider .slick-prev,
  .feeds__slider .slick-next{
    width: 50px;
    height: 50px;
    bottom: 0;
    top: auto;
  }
  .feeds__slider .slick-prev{
    left: 50%;
    transform: translateX(-120%);
  }
  .feeds__slider .slick-next{
    right: 50%;
    transform: translateX(120%);
  }
  .block4{
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}


#photo-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.photo-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.photo-slide.active {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .photo-slide {
        background-position: center center;
    }
}





















